home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_PICT / Testing / hex_tests / pat=set3=rgb.hex < prev    next >
Text File  |  1992-12-05  |  2KB  |  49 lines

  1. % header
  2. 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3. % end of app-specific header
  4. 00FF 0000 0000 00FF 00FF    % pict size (bogus) and top left bottom right
  5. 0011 02FF                        % verson
  6. 0001 000A 0000 0000 00FF 00FF    % Clip region.  Added to keep Mac tester happy.
  7. 0030 0000 0000 00FF 00FF        % draw bounding rect
  8.  
  9. %
  10. %    Patterns
  11. %
  12. % PnPix Background pattern
  13. 0012
  14. 0002                % Type
  15. 0102 0408 1020 4080    % pattern
  16. F0F0 0000 0000        % slightly off red
  17.  
  18. % PnPix Pen pattern
  19. 0013
  20. 0002                % Type
  21. 0102 0408 1020 4080    % pattern
  22. 0000 8080 0000        % half green
  23.  
  24. % PnPix Fill pattern
  25. 0014
  26. 0002                % Type
  27. 0102 0408 1020 4080    % pattern
  28. FFFF 0000 8888        % Red with a middling of blue (purpleish?)
  29.  
  30. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  31. %
  32. %    This test seeks to demonstrate that lines and text deal as they
  33. %    should with type 2 pnpx patterns.  It also has room for other additions.
  34. %
  35. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  36.  
  37. % Draw a normal line
  38. 0020 0010 0010  0020 00F0  
  39.  
  40. % set a thick pen size
  41. 0007 0010 0008
  42.  
  43. % Draw a thick line
  44. 0020 0020 0010 0030 00F0
  45.  
  46. 0028 0070 0010 (This is a simple line of text DOES IT GET PATTERNS?)
  47.  
  48. 00FF    % end
  49.